home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_848 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-10-24  |  101 b   |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("hallway");
  6.    }
  7. }
  8.